.asm.obj:
 	tasm $*;

exp16.com: head.obj exp16.obj tail.obj
	tlink /t/m head+exp16+tail,exp16;

zip:
	del *.obj
	del *.map
	zip -a exp16
